PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFField Class / addWidget Method
Widget to add to the field.
In This Topic
    addWidget Method
    In This Topic
    Adds the widget to the collection of field's widgets. A widget is the visual representation of a form field on a PF page.
    Syntax
    public void addWidget( 
       PDFFieldWidget widget
    )

    Parameters

    widget
    Widget to add to the field.
    See Also